ActiveReports 12
DoubleArray Constructor(Double[])

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class > DoubleArray Constructor : DoubleArray Constructor(Double[])
Specifies the data for the array.
Initializes a new instance of the DoubleArray class.
Syntax
'Declaration
 
Public Function New( _
   ByVal data() As Double _
)
public DoubleArray( 
   double[] data
)

Parameters

data
Specifies the data for the array.
See Also

Reference

DoubleArray Class
DoubleArray Members
Overload List